home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
utilit~1
/
initbin.zoo
/
init-bin
/
etc
/
rc.sin
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-03
|
178 b
|
13 lines
#!/bin/sh
#
# This is run when the system is booted in single-user mode.
#
/bin/cat < /dev/null > /etc/single
if [ -f /etc/fsck ] ; then
/etc/fsck -q /
/etc/fsck -q /usr
fi